From d1e7d46990144f1f5568d1bc2697a1e1c2e42bb7 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Thu, 1 Feb 2007 18:45:50 +0000 Subject: [PATCH] Clean up some cruft. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendConfig.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 1c59b78c76..3c36eb0421 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -148,15 +148,9 @@ XENAPI_CFG_TYPES = { 'vcpus_policy': str, 'vcpus_params': dict, 'vcpus_number': int, - 'vcpus_features_required': list, - 'vcpus_features_can_use': list, - 'vcpus_features_force_on': list, - 'vcpus_features_force_off': list, 'actions_after_shutdown': str, 'actions_after_reboot': str, - 'actions_after_suspend': str, 'actions_after_crash': str, - 'tpm_instance': int, 'tpm_backend': int, 'PV_bootloader': str, 'PV_kernel': str, -- 2.30.2